home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.094 < prev    next >
Encoding:
Text File  |  1996-02-12  |  27.7 KB  |  660 lines

  1. Frequently Asked Questions (FAQS);faqs.094
  2.  
  3.  
  4.  
  5.     P. Beckman
  6.     A history of pi
  7.     Golem Press, CO, 1971 (fourth edition 1977)
  8.  
  9.     J.M. Borwein and P.B. Borwein
  10.     The arithmetic-geometric mean and fast computation of elementary
  11.     functions
  12.     SIAM Review, Vol. 26, 1984, pp. 351-366
  13.  
  14.     J.M. Borwein and P.B. Borwein
  15.     More quadratically converging algorithms for pi
  16.     Mathematics of Computation, Vol. 46, 1986, pp. 247-253
  17.  
  18.     J.M. Borwein and P.B. Borwein
  19.     Pi and the AGM - a study in analytic number theory and
  20.     computational complexity
  21.     Wiley, New York, 1987
  22.  
  23.     Shlomo Breuer and Gideon Zwas
  24.     Mathematical-educational aspects of the computation of pi
  25.     Int. J. Math. Educ. Sci. Technol., Vol. 15, No. 2, 1984,
  26.     pp. 231-244
  27.  
  28.     Y. Kanada and Y. Tamura
  29.     Calculation of pi to 10,013,395 decimal places based on the
  30.     Gauss-Legendre algorithm and Gauss arctangent relation
  31.     Computer Centre, University of Tokyo, 1983
  32.  
  33.     Morris Newman and Daniel Shanks
  34.     On a sequence arising in series for pi
  35.     Mathematics of computation, Vol. 42, No. 165, Jan 1984,
  36.     pp. 199-217
  37.  
  38.     E. Salamin
  39.     Computation of pi using arithmetic-geometric mean
  40.     Mathematics of Computation, Vol. 30, 1976, pp. 565-570
  41.  
  42.     D. Shanks and J.W. Wrench, Jr.
  43.     Calculation of pi to 100,000 decimals
  44.     Mathematics of Computation, Vol. 16, 1962, pp. 76-99
  45.  
  46.     Daniel Shanks
  47.     Dihedral quartic approximations and series for pi
  48.     J. Number Theory, Vol. 14, 1982, pp.397-423
  49.  
  50.     David Singmaster
  51.     The legal values of pi
  52.     The Mathematical Intelligencer, Vol. 7, No. 2, 1985
  53.  
  54.     Stan Wagon
  55.     Is pi normal?
  56.     The Mathematical Intelligencer, Vol. 7, No. 3, 1985
  57.  
  58.     J.W. Wrench, Jr.
  59.     The evolution of extended decimal approximations to pi
  60.     The Mathematics Teacher, Vol. 53, 1960, pp. 644-650
  61.  
  62.  
  63.  
  64.  
  65. 11Q:  There are three doors, and there is a car hidden behind one
  66.     of them, Master Mind and other games ..
  67.  
  68. A:  Read frequently asked questions from rec.puzzles, where the
  69.     problem is solved and carefully explained. (The Monty
  70.     Hall problem). MANY OTHER "MATHEMATICAL" GAMES ARE EXPLAINED
  71.     IN THE REC.PUZZLES FAQ. READ IT BEFORE ASKING IN SCI.MATH.
  72.  
  73.     Your chance of winning is 2/3 if you switch and 1/3 if you don't.
  74.     For a full explanation from the frequently asked questions list
  75.     for rec.puzzles, send to the address netlib@peregrine.com an email
  76.     message consisting of the text
  77.  
  78.                send switch
  79.  
  80.  
  81.     References
  82.  
  83.     American Mathematical Monthly, January 1992.
  84.  
  85.  
  86.     For the game of Master Mind it has been proven that no more than
  87.     five moves are required in the worst case. For references look at
  88.  
  89.     One such algorithm was published in the Journal of Recreational
  90.     Mathematics; in '70 or '71 (I think), which always solved the
  91.     4 peg problem in 5 moves. Knuth later published an algorithm which
  92.     solves the problem in a shorter # of moves - on average - but can
  93.     take six guesses on certain combinations.
  94.  
  95.  
  96.  
  97.     Donald E. Knuth, The Computer as Master Mind, J. Recreational Mathematics
  98.     9 (1976-77), 1-6.
  99.  
  100.  
  101.  
  102. 12Q:  What is the formula for the "Surface Area" of a sphere in
  103.     Euclidean N-Space.  That is, of course, the volume of the N-1
  104.     solid which comprises the boundary of an N-Sphere.
  105.  
  106. A:  The volume of a ball is the easiest formula to remember:  It's r^N
  107.     times pi^(N/2)/(N/2)!.  The only hard part is taking the factorial
  108.     of a half-integer.  The real definition is that x! = Gamma(x+1), but
  109.     if you want a formula, it's:
  110.  
  111.     (1/2+n)! = sqrt(pi)*(2n+2)!/(n+1)!/4^(n+1)
  112.  
  113.     To get the surface area, you just differentiate to get
  114.     N*pi^(N/2)/(N/2)!*r^(N-1).
  115.  
  116.     There is a clever way to obtain this formula using Gaussian
  117.     integrals. First, we note that the integral over the line of
  118.     e^(-x^2) is sqrt(pi).  Therefore the integral over N-space of
  119.     e^(-x_1^2-x_2^2-...-x_N^2) is sqrt(pi)^n.  Now we change to
  120.     spherical coordinates.  We get the integral from 0 to infinity
  121.     of V*r^(N-1)*e^(-r^2), where V is the surface volume of a sphere.
  122.     Integrate by parts repeatedly to get the desired formula.
  123.  
  124. 13Q:  Anyone knows a name (or a closed form) for
  125.  
  126.       f(x)^f(x)=x
  127.  
  128.  
  129.     Solving for f one finds a "continued fraction"-like answer
  130.  
  131.  
  132.                f(x) = log x
  133.                       -----
  134.                       log (log x
  135.                           ------
  136.                               ...........
  137.  
  138. A:  This question has been repeated here from time to time over the
  139.     years, and no one seems to have heard of any published work on it,
  140.     nor a published name for it (D. Merrit proposes "lx" due to its
  141.     (very) faint resemblence to log). It's not an analytic function.
  142.  
  143.     The "continued fraction" form for its numeric solution is highly
  144.     unstable in the region of its minimum at 1/e (because the graph is
  145.     quite flat there yet logarithmic approximation oscillates wildly),
  146.     although it converges fairly quickly elsewhere. To compute its value
  147.     near 1/e, I used the bisection method with good results. Bisection
  148.     in other regions converges much more slowly than the "logarithmic
  149.     continued fraction" form, so a hybrid of the two seems suitable.
  150.     Note that it's dual valued for the reals (and many valued complex
  151.     for negative reals).
  152.  
  153.     A similar function is a "built-in" function in MAPLE called W(x).
  154.     MAPLE considers a solution in terms of W(x) as a closed form (like
  155.     the erf function). W is defined as W(x)*exp(W(x))=x.
  156.  
  157.     If anyone ever runs across something published on the subject,
  158.     please post.
  159.  
  160.  
  161. 14Q:  The existence of a projective plane of order 10 has long been
  162.     an outstanding problem in discrete mathematics and finite geometry.
  163.  
  164. A:  More precisely, the question is: is it possible to define 111 sets
  165.     (lines) of 11 points each such that:
  166.     for any pair of points there is precisely one line containing them
  167.     both and for any pair of lines there is only one point common to
  168.     them both.
  169.     Analogous questions with n^2 + n + 1 and n + 1 instead of 111 and 11
  170.     have been positively answered only in case n is a prime power.
  171.     For n=6 it is not possible.  The n=10 case has been settled as
  172.     not possible either by Clement Lam. See Am. Math. Monthly,
  173.     recent issue. As the "proof" took several years of computer search
  174.     (the equivalent of 2000 hours on a Cray-1) it can be called the most
  175.     time-intensive computer assisted single proof.
  176.     The final steps were ready in January 1989.
  177.  
  178.  
  179. 15Q:  Is there a formula to determine the day of the week, given
  180.     the month, day and year?
  181.  
  182. A:  Here is the standard method.
  183.  
  184.      A. Take the last two digits of the year.
  185.      B. Divide by 4, discarding any fraction.
  186.      C. Add the day of the month.
  187.      D. Add the month's key value: JFM AMJ JAS OND
  188.                                    144 025 036 146
  189.      E. Subtract 1 for January or February of a non-leap year.
  190.      F. For a Gregorian date, add 0 for 1900's, 6 for 2000's, 4 for 1700's, 2
  191.            for 1800's; for other years, add or subtract multiples of 400.
  192.      G. For a Julian date, add 1 for 1700's, and 1 for every additional
  193.       century you go back.
  194.      H. Add the year.
  195.  
  196.     Now take the remainder when you divide by 7; 0 is Sunday, the first day
  197.     of the week, 1 is Monday, and so on.
  198.  
  199.     Another formula is:
  200.  
  201.     W == k + [2.6m - 0.2] - 2C + Y + [Y/4] + [C/4]     mod 7
  202.        where [] denotes the integer floor function (round down),
  203.        k is day (1 to 31)
  204.        m is month (1 = March, ..., 10 = December, 11 = Jan, 12 = Feb)
  205.                      Treat Jan & Feb as months of the preceding year
  206.        C is century ( 1987 has C = 19)
  207.        Y is year    ( 1987 has Y = 87 except Y = 86 for jan & feb)
  208.        W is week day (0 = Sunday, ..., 6 = Saturday)
  209.  
  210.     This formula is good for the Gregorian calendar
  211.     (introduced 1582 in parts of Europe, adopted in 1752 in Great Britain
  212.     and its colonies, and on various dates in other countries).
  213.  
  214.     It handles century & 400 year corrections, but there is still a
  215.     3 day / 10,000 year error which the Gregorian calendar does not take.
  216.     into account.  At some time such a correction will have to be
  217.     done but your software will probably not last that long :-)   !
  218.  
  219.  
  220.     References:
  221.  
  222.     Winning Ways  by Conway, Guy, Berlekamp is supposed to have it.
  223.  
  224.     Martin Gardner in "Mathematical Carnaval".
  225.  
  226.     Michael Keith and Tom Craver, "The Ultimate Perpetual Calendar?",
  227.     Journal of Recreational Mathematics, 22:4, pp. 280-282, 1990.
  228.     
  229.     K. Rosen, "Elementary Number Theory",  p. 156.
  230.  
  231.  
  232.  
  233. 16Q:  What is the Axiom of Choice?  Why is it important? Why some articles
  234.     say "such and such is provable, if you accept the axiom of choice."?
  235.     What are the arguments for and against the axiom of choice?
  236.  
  237.  
  238. A:  There are several equivalent formulations:
  239.  
  240.     -The Cartesian product of nonempty sets is nonempty, even
  241.     if the product is of an infinite family of sets.
  242.  
  243.     -Given any set S of mutually disjoint nonempty sets, there is a set C
  244.     containing a single member from each element of S.  C can thus be
  245.     thought of as the result of "choosing" a representative from each
  246.     set in S. Hence the name.
  247.  
  248.     >Why is it important?
  249.  
  250.     All kinds of important theorems in analysis require it.  Tychonoff's
  251.     theorem and the Hahn-Banach theorem are examples. AC is equivalent
  252.     to the thesis that every set can be well-ordered.  Zermelo's first
  253.     proof of this in 1904 I believe was the first proof in which AC was
  254.     made explicit.  AC is especially handy for doing infinite cardinal
  255.     arithmetic, as without it the most you get is a *partial* ordering
  256.     on the cardinal numbers.  It also enables you to prove such
  257.     interesting general facts as that n^2 = n for all infinite cardinal
  258.     numbers.
  259.  
  260.     > What are the arguments for and against the axiom of choice?
  261.  
  262.     The axiom of choice is independent of the other axioms of set theory
  263.     and can be assumed or not as one chooses.
  264.  
  265.     (For) All ordinary mathematics uses it.
  266.  
  267.     There are a number of arguments for AC, ranging from a priori to
  268.     pragmatic.  The pragmatic argument (Zermelo's original approach) is
  269.     that it allows you to do a lot of interesting mathematics.  The more
  270.     conceptual argument derives from the "iterative" conception of set
  271.     according to which sets are "built up" in layers, each layer consisting
  272.     of all possible sets that can be constructed out of elements in the
  273.     previous layers.  (The building up is of course metaphorical, and is
  274.     suggested only by the idea of sets in some sense consisting of their
  275.     members; you can't have a set of things without the things it's a set
  276.     of).  If then we consider the first layer containing a given set S of
  277.     pairwise disjoint nonempty sets, the argument runs, all the elements
  278.     of all the sets in S must exist at previous levels "below" the level
  279.     of S.  But then since each new level contains *all* the sets that can
  280.     be formed from stuff in previous levels, it must be that at least by
  281.     S's level all possible choice sets have already been *formed*. This
  282.     is more in the spirit of Zermelo's later views (c. 1930).
  283.  
  284.     (Against) It has some supposedly counterintuitive consequences,
  285.     such as the Banach-Tarski paradox. (See next question)
  286.  
  287.     Arguments against AC typically target its nonconstructive character:
  288.     it is a cheat because it conjures up a set without providing any
  289.     sort of *procedure* for its construction--note that no *method* is
  290.     assumed for picking out the members of a choice set.  It is thus the
  291.     platonic axiom par excellence, boldly asserting that a given set
  292.     will always exist under certain circumstances in utter disregard of
  293.     our ability to conceive or construct it.  The axiom thus can be seen
  294.     as marking a divide between two opposing camps in the philosophy of
  295.     mathematics:  those for whom mathematics is essentially tied to our
  296.     conceptual capacities, and hence is something we in some sense
  297.     *create*, and those for whom mathematics is independent of any such
  298.     capacities and hence is something we *discover*.  AC is thus of
  299.     philosophical as well as mathematical significance.
  300.  
  301.  
  302.     It should be noted that some interesting mathematics has come out of an
  303.     incompatible axiom, the Axiom of Determinacy (AD).  AD asserts that
  304.     any two-person game without ties has a winning strategy for the first or
  305.     second player.  For finite games, this is an easy theorem; for infinite
  306.     games with duration less than \omega and move chosen from a countable set,
  307.     you can prove the existence of a counter-example using AC.  Jech's book
  308.     "The Axiom of Choice" has a discussion.
  309.  
  310.     An example of such a game goes as follows.
  311.  
  312.        Choose in advance a set of infinite sequences of integers; call it A.
  313.        Then I pick an integer, then you do, then I do, and so on forever
  314.        (i.e. length \omega).  When we're done, if the sequence of integers
  315.        we've chosen is in A, I win; otherwise you win.  AD says that one of
  316.        us must have a winning strategy.  Of course the strategy, and which
  317.        of us has it, will depend upon A.
  318.  
  319.  
  320.     From a philosophical/intuitive/pedagogical standpoint, I think Bertrand
  321.     Russell's shoe/sock analogy has a lot to recommend it.  Suppose you have an
  322.     infinite collection of pairs of shoes.  You want to form a set with one
  323.     shoe from each pair.  AC is not necessary, since you can define the set as
  324.     "the set of all left shoes". (Technically, we're using the axiom of
  325.     replacement, one of the basic axioms of Zermelo-Fraenkel (ZF) set theory.)
  326.     If instead you want to form a set containing one sock from each pair of an
  327.     infinite collection of pairs of socks, you now need AC.
  328.  
  329.  
  330.     References:
  331.  
  332.     Maddy, "Believing the Axioms, I", J. Symb. Logic, v. 53, no. 2, June 1988,
  333.     pp. 490-500, and "Believing the Axioms II" in v.53, no. 3.
  334.  
  335.     Gregory H. Moore, Zermelo's Axiom of Choice, New York, Springer-Verlag,
  336.     1982.
  337.  
  338.     H. Rubin and J. E. Rubin, Equivalents of the Axiom of Choice, Amsterdam,
  339.      North-Holland, 1963.
  340.  
  341.     A. Fraenkel, Y.  Bar-Hillel, and A. Levy, Foundations of Set Theory,
  342.     Amsterdam, North-Holland, 1984 (2nd edition, 2nd printing), pp. 53-86.
  343.  
  344.  
  345.  
  346. 17Q:  Cutting a sphere into pieces of larger volume. Is it possible
  347.     to cut a sphere into a finite number of pieces and reassemble
  348.     into a solid of twice the volume?
  349.  
  350. A:  This question has many variants and it is best answered explicitly.
  351.     Given two polygons of the same area, is it always possible to
  352.     dissect one into a finite number of pieces which can be reassembled
  353.     into a replica of the other?
  354.  
  355.     Dissection theory is extensive.  In such questions one needs to
  356.     specify
  357.  
  358.      (A) what a "piece" is,  (polygon?  Topological disk?  Borel-set?
  359.          Lebesgue-measurable set?  Arbitrary?)
  360.  
  361.      (B) how many pieces are permitted (finitely many? countably? uncountably?)
  362.  
  363.      (C) what motions are allowed in "reassembling" (translations?
  364.          rotations?  orientation-reversing maps?  isometries?
  365.          affine maps?  homotheties?  arbitrary continuous images?  etc.)
  366.  
  367.      (D) how the pieces are permitted to be glued together.  The
  368.          simplest notion is that they must be disjoint.  If the pieces
  369.          are polygons [or any piece with a nice boundary] you can permit
  370.          them to be glued along their boundaries, ie the interiors of the
  371.          pieces disjoint, and their union is the desired figure.
  372.  
  373.  
  374.     Some dissection results
  375.  
  376.      1) We are permitted to cut into FINITELY MANY polygons, to TRANSLATE
  377.         and ROTATE the pieces, and to glue ALONG BOUNDARIES;
  378.         then Yes, any two equal-area polygons are equi-decomposable.
  379.  
  380.         This theorem was proven by Bolyai and Gerwien independently, and has
  381.         undoubtedly been independently rediscovered many times.  I would not
  382.         be surprised if the Greeks knew this.
  383.  
  384.         The Hadwiger-Glur theorem implies that any two equal-area polygons are
  385.         equi-decomposable using only TRANSLATIONS and ROTATIONS BY 180
  386.         DEGREES.
  387.  
  388.      2) THM (Hadwiger-Glur, 1951) Two equal-area polygons P,Q are
  389.         equi-decomposable by TRANSLATIONS only, iff we have equality of these
  390.         two functions:     PHI_P() = PHI_Q()
  391.         Here, for each direction v (ie, each vector on the unit circle in the
  392.         plane), let PHI_P(v) be the sum of the lengths of the edges of P which
  393.         are perpendicular to v, where for such an edge, its length is positive
  394.         if v is an outward normal to the edge and is negative if v is an
  395.         inward normal to the edge.
  396.  
  397.  
  398.      3) In dimension 3, the famous "Hilbert's third problem" is:
  399.  
  400.        "If P and Q are two polyhedra of equal volume, are they
  401.         equi-decomposable by means of translations and rotations, by
  402.         cutting into finitely many sub-polyhedra, and gluing along
  403.         boundaries?"
  404.  
  405.         The answer is "NO" and was proven by Dehn in 1900, just a few months
  406.         after the problem was posed. (Ueber raumgleiche polyeder, Goettinger
  407.         Nachrichten 1900, 345-354). It was the first of Hilbert's problems
  408.         to be solved. The proof is nontrivial but does *not* use the axiom
  409.         of choice.
  410.  
  411.         "Hilbert's Third Problem", by V.G.Boltianskii, Wiley 1978.
  412.  
  413.  
  414.      4) Using the axiom of choice on non-countable sets, you can prove
  415.         that a solid sphere can be dissected into a finite number of
  416.         pieces that can be reassembled to two solid spheres, each of
  417.         same volume of the original. No more than nine pieces are needed.
  418.  
  419.         This construction is known as the "Banach-Tarski" paradox or the
  420.         "Banach-Tarski-Hausdorff" paradox (Hausdorff did an early version of
  421.         it).  The "pieces" here are non-measurable sets, and they are
  422.         assembled *disjointly* (they are not glued together along a boundary,
  423.         unlike the situation in Bolyai's thm.)
  424.          An excellent book on Banach-Tarski is:
  425.  
  426.         "The Banach-Tarski Paradox", by Stan Wagon, 1985, Cambridge
  427.         University Press.
  428.  
  429.          Also read in the Mathematical Intelligencier an article on
  430.         the Banach-Tarski Paradox.
  431.  
  432.         The pieces are not (Lebesgue) measurable, since measure is preserved
  433.         by rigid motion. Since the pieces are non-measurable, they do not
  434.         have reasonable boundaries. For example, it is likely that each piece's
  435.         topological-boundary is the entire ball.
  436.  
  437.         The full Banach-Tarski paradox is stronger than just doubling the
  438.         ball.  It states:
  439.  
  440.      5) Any two bounded subsets (of 3-space) with non-empty interior, are
  441.         equi-decomposable by translations and rotations.
  442.  
  443.         This is usually illustrated by observing that a pea can be cut up
  444.         into finitely pieces and reassembled into the Earth.
  445.  
  446.         The easiest decomposition "paradox" was observed first by Hausdorff:
  447.  
  448.      6) The unit interval can be cut up into COUNTABLY many pieces which,
  449.         by *translation* only, can be reassembled into the interval of
  450.         length 2.
  451.  
  452.         This result is, nowadays, trivial, and is the standard example of a
  453.         non-measurable set, taught in a beginning graduate class on measure
  454.         theory.
  455.  
  456.  
  457.         References:
  458.  
  459.         In addition to Wagon's book above, Boltyanskii has written at least
  460.         two works on this subject.  An elementary one is:
  461.  
  462.           "Equivalent and equidecomposable figures"
  463.  
  464.         in Topics in Mathematics published by D.C. HEATH AND CO., Boston.  It
  465.         is a translation from the 1956 work in Russian.
  466.  
  467.           Also, the article "Scissor Congruence" by Dubins, Hirsch and ?,
  468.         which appeared about 20 years ago in the Math Monthly, has a pretty
  469.         theorem on decomposition by Jordan arcs.
  470.  
  471.  
  472.         ``Banach and Tarski had hoped that the physical absurdity of this
  473.         theorem would encourage mathematicians to discard AC. They were
  474.         dismayed when the response of the math community was `Isn't AC great?
  475.         How else could we get such unintuitive results?' ''
  476.  
  477.  
  478. 18Q.   Is there a theory of quaternionic analytic functions, that is, a four-
  479.      dimensional analog to the theory of complex analytic functions?
  480.  
  481. A.   Yes.   This was developed in the 1930s by the mathematician
  482.      Fueter.   It is based on a generalization of the Cauchy-Riemann
  483.      equations, since the possible alternatives of power series expansions
  484.      or quaternion differentiability do not produce useful theories.
  485.      A number of useful integral theorems follow from the theory.
  486.      Sudbery provides an excellent review.  Deavours covers some of the same
  487.      material less thoroughly.   Brackx discusses a further generalization
  488.      to arbitrary Clifford algebras.
  489.  
  490.  
  491.       Anthony Sudbery, Quaternionic Analysis, Proc. Camb. Phil. Soc.,
  492.       vol. 85, pp 199-225, 1979.
  493.  
  494.       Cipher A. Deavours, The Quaternion Calculus, Am. Math. Monthly,
  495.       vol. 80, pp 995-1008, 1973.
  496.  
  497.       F. Brackx and R. Delanghe and F. Sommen, Clifford analysis,
  498.       Pitman, 1983.
  499.  
  500.  
  501. 19Q.  What is Erdos Number?
  502.  
  503.      Form an undirected graph where the vertices are academics, and an
  504.      edge connects academic X to academic Y if X has written a paper
  505.      with Y.  The Erdos number of X is the length of the shortest path
  506.      in this graph connecting X with Erdos.
  507.  
  508.      What is the Erdos Number of X ? for a few selected X in {Math,physics}
  509.  
  510.      Erdos has Erdos number 0.  Co-authors of Erdos have Erdos number 1.
  511.      Einstein has Erdos number 2, since he wrote a paper with Ernst Straus,
  512.      and Straus wrote many papers with Erdos.
  513.  
  514.      Why people care about it?
  515.  
  516.      Nobody seems to have a reasonable answer...
  517.  
  518.  
  519.       Caspar Goffman, And what is your Erdos number?, American Mathematical
  520.       Monthly v. 76 (1969), p. 791.
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527. --------------------------------------------------------------------------
  528. Questions and Answers _Compiled_ by:
  529.  
  530. Alex Lopez-Ortiz                              alopez-o@maytag.UWaterloo.ca
  531. Deparment of Computer Science                       University of Waterloo
  532. Waterloo, Ontario                                                   Canada
  533. Xref: bloom-picayune.mit.edu rec.scuba:15643 news.answers:4596
  534. Newsgroups: rec.scuba,news.answers
  535. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!news.media.mit.edu!micro-heart-of-gold.mit.edu!news.bbn.com!noc.near.net!uunet!scifi!scifi!njs
  536. From: njs@scifi.uucp (Nick Simicich)
  537. Subject: [rec.scuba] FAQ: Frequently Asked Questions about Scuba, Monthly Posting
  538. Message-ID: <1993.Jan.15.scuba.faq@scifi.uucp>
  539. Followup-To: rec.scuba
  540. Sender: njs@scifi.uucp (Nicholas J. Simicich)
  541. Supersedes: <1993.Dec.15.scuba.faq@scifi.uucp>
  542. Organization: N.J. Simicich, Peekskill, NY
  543. Date: Tue, 15 Dec 1992 10:01:23 GMT
  544. Approved: news-answers-request@MIT.Edu
  545. Expires: 28 Jan 1993
  546. Lines: 714
  547.  
  548. Archive-name: scuba-faq
  549.  
  550. This posting was last modified on 7/14/92 to correct the information
  551. on how to get rec-scuba by email.  One paragraph was added to the end
  552. of the Spare Air discussion regarding bottle transport on airlines.
  553. Additionally, a network-wide general disclaimer for all of rec-scuba
  554. is included.  The FAQ is now being posted twice a month, on the first
  555. and 15th.  Please feel free to follow-up with comments or email them
  556. to uunet!bywater!scifi!njs or scifi!njs@uunet.uu.net.
  557.  
  558. -=-=-=-=-
  559.  
  560. Welcome to rec.scuba.  The newsgroup is for discussion of scuba,
  561. diving, snorkeling, dive travel, and other underwater activities.
  562. Frequent topics are safety, equipment, and certification.  We welcome
  563. postings from new folks and old hands.
  564.  
  565. Rec.scuba has had a fairly flame-free history.  Not that we don't
  566. speak out against practices that we disagree with, but we do try to
  567. avoid flaming people.  Flaming for flaming sake is to be discouraged.
  568.  
  569. Before posting to this group for the first time, please check the FAQ
  570. list (this posting), and also read the newsgroup news.announce.newusers,
  571. which contains many answers to questions about usenet in general.
  572.  
  573. Summary of rec.scuba FAQ:
  574.  
  575. 1.  Differences between certification agencies. (PADI/NAUI/YMCA/SSI
  576.     etc.)
  577. 2.  New Diver buying first piece of equipment.
  578. 3.  Some sources for mail order equipment.
  579. 4.  rec.scuba archive sites and how to access them.
  580. 5.  How to find out about dive destinations.
  581. 6.  Basic discussion of thermal protection (wetsuit, drysuit,
  582.     darlexx).
  583. 7.  Liquid breathing in the movie "Abyss".
  584. 8.  Scuba magazines and periodicals.
  585. 9.  Diving in contact lenses.
  586. 10. What about Spare Air or Pony Bottles?
  587. 11. What about Casio Dive watches and the depth ratings thereon?
  588. 12. I lost my C-card.  What do I do?
  589. 13. I need a resort referral, cause I want to do my checkout dives on
  590.     my upcoming vacation to TinyIsland.  Who do I call?
  591. 14. I think I got a shoddy course.  What can I do?
  592. 15. They are cutting off my rec newsfeed.  How can I get rec.scuba by
  593.     email?
  594.  
  595. General Disclaimer:
  596.  
  597.   Scuba Diving is a dangerous sport which can only be performed in
  598.   relative safety if you (a) get training (b) pay attention to that
  599.   training and apply it (c) recognize that no matter who you are and
  600.   how trained you are, there are dives which are beyond your personal
  601.   ability, dives which cannot be safely done with your equipment, and
  602.   dives that are beyond your training.
  603.  
  604.   Finally, some dives are just plain more dangerous.  Your
  605.   certification course should have trained you to recognize your
  606.   limitations, or, conversely, to recognize the sorts of diving you
  607.   were trained to do.
  608.  
  609.   Various people who post to rec.scuba discuss advanced diving.  This
  610.   stuff is just a discussion.  It is not meant to be a replacement for
  611.   a certification course with an instructor, and it is not meant to be
  612.   an encouragement to you to go out and engage in similar diving
  613.   without evaluating your personal skills, and/or getting the
  614.   appropriate training and equipment, as required.  Specifically, Cave
  615.   or Wreck or Deep diving requires advanced equipment, training, and a
  616.   careful self examination.
  617.  
  618.   Finally, it should be obvious that not everyone who posts their
  619.   opinions to the net is or can be (a) an expert or (b) correct.  It
  620.   is likely that your instructor, for example, would disagree with a
  621.   number of the points of view expressed herein, and would probably
  622.   disagree with part of this FAQ.
  623.  
  624.   The fact that someone who identifies themselves as an instructor
  625.   posts to rec.scuba does not create an instructional situation.
  626.  
  627. Frequently Asked Questions:
  628.  
  629. 1:  I'm planning on getting certified.  I've been to several shops,
  630.     and they all offer different certifications.  I've heard of PADI,
  631.     NAUI, YMCA, NASDS and SSI.  Which one should I go with?
  632.  
  633. 1a: This question has frequently come up in rec.scuba.  One of the
  634.     discussion threads has been summarized as whosbest.txt in the
  635.     rec.scuba archives at ames.  See the explanation of Peter Yee's
  636.     archive, below, for how to access the ames archives.  The short,
  637.     widely agreed answer, is that agencies all must follow a minimum
  638.     standard set by an industry organization, so they differ less than
  639.     you might expect.  However, instructors differ a lot, and you
  640.     should try to talk to the instructor you will be taking the course
  641.     from and determine exactly what will be offered, and how you feel
  642.     about them.  Finally, some instructors add significantly to the
  643.     standard course (and may also charge more).  You should ask
  644.     exactly what you are going to get for your course fees, what else
  645.     you will have to buy, and where you have to buy it.
  646.  
  647. 2:  I'm new to diving, and I want to buy some equipment.  Which piece
  648.     of equipment should be the first?
  649.  
  650. 2a: There are two schools of thought on this.  One is that you should
  651.     consider only purchasing your personal gear until you are sure
  652.     what type of diving you like.  This school believes you should buy
  653.     only mask, fins, and snorkel, for fit and sanitary reasons.  The
  654.     other school of thought is that the rental gear you can rent,
  655.     especially in tropical locations, is second rate and poorly
  656.     maintained, and that gear you purchase will be better and more
  657.     reliable.  Typically, people agree that you should not buy a tank
  658.     until you believe that you will be doing a significant amount of
  659.     local diving.
  660.